Welcome![Sign In][Sign Up]
Location:
Search - vc readfile

Search list

[Other resourceVCram

Description: VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MFC and Win32 API is available to support the document processing functions and classes, used the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile type
Platform: | Size: 104003 | Author: victor | Hits:

[Other resourcelesson12

Description: 孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Platform: | Size: 39007 | Author: shanyingying | Hits:

[Otherreadfile

Description: 这是一个用VC++编写的实现读写大块资料( 二进制)文件的程序
Platform: | Size: 28171 | Author: 李轶 | Hits:

[File OperateVC代码ReadFile

Description: VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!-VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
Platform: | Size: 3639296 | Author: | Hits:

[Software EngineeringVCram

Description: VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MFC and Win32 API is available to support the document processing functions and classes, used the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile type
Platform: | Size: 103424 | Author: victor | Hits:

[VC/MFClesson12

Description: 孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-SUN Xin video twelfth class teacher VC code: const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
Platform: | Size: 38912 | Author: shanyingying | Hits:

[Otherreadfile

Description: 这是一个用VC++编写的实现读写大块资料( 二进制)文件的程序-This is a used VC++ Realize prepared to read and write large pieces of data (binary) files
Platform: | Size: 237568 | Author: 李轶 | Hits:

[Driver DevelopVC++HID_USB

Description: vC++读写HID_USB设备,包含hid_usb的固件程序和上位机程序-vC++ read and write HID_USB equipment, including firmware hid_usb procedures and PC program
Platform: | Size: 3123200 | Author: zifengling | Hits:

[OS program29782185VCReadFile

Description: vc 读取txt文件的一个源码,可以行行读取,可以全部读取。-txt file vc read a source, you can read the direction, you can all read.
Platform: | Size: 45056 | Author: 张志军 | Hits:

[Windows Developreadfile

Description: vc++读取文件源码,值得学习,欢迎大家下载-Read the file source, are welcome to download
Platform: | Size: 198656 | Author: zhouzhou | Hits:

[VC/MFCVC

Description: 文件操作是应用程序最为基本的功能之一,Win32 API 和 MFC 均提供有支持文件处理的函数 和类,常用的有 Win32 API 的 CreateFile()、WriteFile()、ReadFile()和 MFC 提供的 CFile 类 等。一般来说,以上这些函数可以满足大多数场合的要求,但是对于某些特殊应用领域所需要的 动辄几十 GB、几百 GB、乃至几 TB 的海量存储,再以通常的文件处理方法进行处理显然是行不通 的。目前,对于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将 针对这种 Windows 核心编程技术展开讨论。 -File operations is the application one of the most basic function, Win32 API and MFC are providing support for document processing functions and classes, commonly used in the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile class provides and so on. In general, these functions can satisfy the requirements of most situations, but for some special applications frequently need several GB, hundreds of GB, and even a few TB of mass storage, then the usual method of dealing with file handling obviously does not work. Currently, for the general operation of such large files is the way memory mapped files to be processed, this article will focus on the following Windows core programming techniques such discussions.
Platform: | Size: 211968 | Author: chenjun | Hits:

[Windows DevelopvivUsb

Description: vc通过ReadFile读取Hid设备数据。编译时需要ddk类库。-VC read the data from USB HID device by ReadFile API function. The project need the DDK when it been complier.
Platform: | Size: 4107264 | Author: 111111 | Hits:

[Process-Threadreadfile

Description: VC++ 6.0 多线程读取文件的例子 适合初学者-6.0 multithreaded VC++ read file example for beginners
Platform: | Size: 1024 | Author: GWL | Hits:

[VC/MFClesson-12

Description: 孙鑫VC++教学课程lesson12:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。 -Sun Xin VC++ tutorial lesson12: const char* char* const distinction. C language support for file read and write, the FILE pointer difference between text files and binary files. Way to read and write files with text and Note to the binary mode read and write files. The C++ support, ofstream and ifstream usage of file read and write. Win32 SDK file read and write support for the use of the CreateFile function, WriteFile function, ReadFile function the MFC file reading and writing support use CFile class and CFileDialog file filter settings. win.ini file and read and write registry and related knowledge points.
Platform: | Size: 710656 | Author: 谢建伟 | Hits:

[Otherreadfile

Description: 这是一个利用vc++读取磁盘文件的小程序,希望对大家有所帮助,-failed to translate,I hope I can help someone
Platform: | Size: 1870848 | Author: 赵东杰 | Hits:

[SCMMainPage

Description: 基于VC++的,以操作文件的方式(CreateFile,WirteFile,ReadFile)来操作串口实现的射频卡门禁系统,实现了包括读卡写卡,寻卡防冲突等功能。-Based VC++ in order to manipulate papers (CreateFile, WirteFile, ReadFile) to operate the serial interface of the RF card access control systems, including the realization of the card reader to write, look for cards anti-collision function.
Platform: | Size: 129024 | Author: 黄沛霖 | Hits:

[File OperateReadFile

Description: VC++ ReadFile 以TXT文件为例读取内容,读取TXT文件里的内容到窗口显示区。以读写形式打开文件,判断文件是否被正确打开,读取数据到缓冲区中,定义数据缓冲区。 -VC++ ReadFile to read the contents of a TXT file, for example, to read TXT file content to the window display area. Reading and writing in the form of open files to determine whether the file is opened correctly read the data into the buffer, the definition of the data buffer.
Platform: | Size: 11264 | Author: dfjdj | Hits:

CodeBus www.codebus.net